home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5835 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: news.mindlink.net!giant!a09748
  2. From: a09748@giant.mindlink.bc.ca (ESSA)
  3. Newsgroups: comp.lang.c,comp.lang.c++
  4. Subject: Re: Internet Based Programming
  5. Followup-To: comp.lang.c,comp.lang.c++
  6. Date: 7 Feb 1996 02:58:33 GMT
  7. Organization: MIND LINK! - British Columbia, Canada
  8. Message-ID: <4f94gp$9qv@fountain.mindlink.net>
  9. References: <4e947m$ip9@life.ai.mit.edu>
  10. NNTP-Posting-Host: giant.mindlink.net
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Mike Afergan (mikea@ai.mit.edu) wrote:
  14. :     I have knowledge of C/C++ programming as well as the various protocols
  15. : used on the internet.  However, I am looking for some
  16. : information/examples regarding internet-based C/C++ applications
  17. : (i.e., a ftp program or one that uses a TCP socket). 
  18. :     I assume this is simply a matter of including the proper header files,
  19. : but am nevertheless unable to find any good informaton.
  20. :     Could anyone supply me with a few good refrences (web links or book
  21. : recomendations)?
  22.  
  23. If you pick up the Feb 96 issue of Microsoft Systems Journal, you'll find
  24. details on how to build a rudimentary web server. Complete source code is
  25. available somewhere at http://www.microsoft.com/  - don't know if it's what
  26. you need since it's using MFC CSocket classes, rather than illustrating
  27. winsock API calls, but worth a look.
  28.  
  29. ---
  30. pwhiteside@essa.com
  31.